Click or drag to resize

ServiceSetOutOfOffice Method (OutOfOffice, String)

Sets the Out of Office settings for a specific mailbox.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Response SetOutOfOffice(
	OutOfOffice outOfOffice,
	string emailAddress
)

Parameters

outOfOffice
Type: Independentsoft.ExchangeOutOfOffice
The OOF settings.
emailAddress
Type: SystemString
The SMTP address of the user for which to set OOF settings.

Return Value

Type: Response
Response.
See Also